Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible"
This reverts commit
57897c13de03ac0136d64641a3eab526c6810387.
Using bounce_buf.c to handle non-DMA alignment problems is bad as
bounce_buf.c does cache manipulations which is not required. Therefore
revert this patch in favour of local bounce buffer solution in the next
patch.
Signed-off-by: Vignesh R <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Acked-by: Simon Goldschmidt <[email protected]>
Reviewed-by: Jason Rush <[email protected]>
Acked-by: Jason Rush <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>